SftTree/NET 2.0

TopItemChanged Event, SftTree Class

Softel vdm, Inc.

Occurs when the control is scrolled vertically, under program control or by the user.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Event TopItemChanged As TopItemChangedEventHandler

C#   

public event TopItemChangedEventHandler TopItemChanged;

C++   

public: event TopItemChangedEventHandler TopItemChanged;

Event Data

The TopItemChanged event handler receives an argument of type EventArgs containing data related to this event.

Comments

The TopItemChanged event occurs when the control is scrolled vertically, under program control or by the user.

The TopItem property can be used to determine the first displayed item in the item area.

The HorizontalOffsetChanged event can be used to determine when the control is scrolled horizontally.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com